Xuni Product Documentation - Xamarin.Forms
GroupItem<K,T> Class
Members 
The type of the key
The type of the sub-items of this group.
Represent an item that is a group.
Syntax
[DebuggerDisplay(Value="Group = {Group} Count = {Count}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public class GroupItem<K,T> : System.Collections.ObjectModel.ObservableCollection<T>, ICollectionViewGroup<K,T>  
where K: class
where T: class
Type Parameters
K
The type of the key
T
The type of the sub-items of this group.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         Xuni.CollectionView.GroupItem<K,T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GroupItem<K,T> Members
Xuni.CollectionView Namespace